home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_76_bigblue / frame_16 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  205 b   |  12 lines

  1. this._visible = false;
  2. stop();
  3. onEnterFrame = function()
  4. {
  5.    if(_parent._parent.ability != "fly")
  6.    {
  7.       delete this.onEnterFrame;
  8.       this._visible = true;
  9.       gotoAndPlay(1);
  10.    }
  11. };
  12.